<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner i{
    width: 100%;
    height: 100%;
}
.bannerList{
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerCont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannerCont .w1600{
    padding-top: 190px;
}
.bannerTitle img{
    margin: 0 auto;
}
.bannerText{
    margin-top: 25px;
    color: #fff;
    text-align: center;
    font-size: 26px;
}
.bannerCont .bannerTitle{
    font-size: 52px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.swiper-slide-active .bannerEye{
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .bannerTitle{
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .bannerText{
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .bannerMore{
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.bannerMore{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 30px;
}
.bannerMoreBox{
    color: #ffff;
    display: flex;
    align-items: center;
}
.bannerMoreBox:hover{
    text-decoration: underline;
}
.moreRight{
    margin-left: 12px;
}
.pageTurning{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.pageTurning .w1600{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.banner .swiper-button-prev{
    transition: all 0.5s;
    opacity: 1;
    position: initial;
    width: 48px!important;
    height: 96px!important;
    background: url("https://cdncn.prodrone-tech.com/images/icon/leftIcon.png") center no-repeat;
    background-size: 10px auto;
    margin-top: initial;
    margin-left: 0;
    border-radius: 0 8px 8px 0;
}
.banner .swiper-button-prev:hover{
    /*background: url("https://cdncn.prodrone-tech.com/images/index/lefts.png") center no-repeat;*/
    background:rgba(0,0,0,0.3) url("https://cdncn.prodrone-tech.com/images/icon/leftIcon.png") center no-repeat;
    background-size: 10px auto;
}
.banner .swiper-button-next{
    transition: all 0.5s;
    opacity: 1;
    position: initial;
    width: 48px!important;
    height: 96px!important;
    background: url("https://cdncn.prodrone-tech.com/images/icon/rightIcon.png") center no-repeat;
    background-size: 10px auto;
    margin-top: initial;
    margin-right: 0px;
    border-radius: 8px 0 0 8px;
}
.banner .swiper-button-next:hover{
    /*background: url("https://cdncn.prodrone-tech.com/images/index/rights.png") center no-repeat;*/
    background:rgba(0,0,0,0.3) url("https://cdncn.prodrone-tech.com/images/icon/rightIcon.png") center no-repeat;
    background-size: 10px auto;
}
/*.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next{*/
/*    transition: all 0.5s;*/
/*    opacity: 1;*/
/*}*/


.banner .swiper-button-prev:after, .banner .swiper-button-next:after{
    display: none;
}

.bannerPage{
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #fff;
}
.bannerPage .w1600{
    display: flex;
}
.bannerPage .swiper-pagination{
    display: flex;
    align-items: baseline;
    width: auto;
    position: initial;
    font-size: 18px;
}
.bannerPage .swiper-pagination-current{
    color: #EF4E22;
    font-size: 26px;
    margin-right: 10px;
}
.bannerPage .swiper-pagination-total{
    margin-left: 8px;
}
.downImg{
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: TopBot 2s ease-in-out infinite both;
}
@keyframes TopBot {
    0% {transform:translateY(-8px)}
    50% {transform:translateY(0px)}
    100% {transform:translateY(-8px)}
}
.productInfo {
    margin-top: 100px;
}
.productTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.productTopList{
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
    height: 688px;
    position: relative;
    overflow: hidden;
}
.productTopList:first-child{
    margin-left: 0;
}
.productTopList i{
    transition: all 0.5s;
}
.productTopList:hover i{
    transform: scale(1.05);
}
.porductLink{
    width: 100%;
    height: 100%;
}
.productContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productType{
    margin-top: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #333;
}
.productTitle{
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.productMore{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.productMore .productMoreInfo{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    z-index: 2;
    position: relative;
}
.productMore .productMoreInfo:hover{
    text-decoration: underline;
}
.productMoreRight {
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.productMoreRight img{
    width: 100%;
}
.productBtn{
    margin-top: 30px;
    display: flex;
}
.productBtnList{
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.productBtnList:first-child{
    margin-left: 0;
}
.productBtnList .productType{
    margin-top: 40px;
    font-size: 32px;
}
.productBtnList .productTitle{
    margin-top: 10px;
    font-size: 18px;
}
.productBtnList i{
    transition: all 0.5s;
}
.productBtnList:hover i{
    transform: scale(1.05);
}
.industry{
    margin-top: 90px;
}
.industryTop{
    text-align: center;
}
.industryTitle{
    font-size: 40px;
    color: #333333;
    font-weight: 500;
}
.industryText{
    font-size: 18px;
    margin-top: 25px;
}
.industryBtn{
    height: 820px;
    margin-top: 40px;
    position: relative;
}
.industryList{
    height: 100%;
    position: relative;
}
.industryList i{
    width: 100%;
    height: 100%;
}
.industryBtnBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.industrySwiper{
    position: relative;
    height: 100%;
}
.applicationMore a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.applicationMore a:hover{
    text-decoration: underline;
}
.applicationTitle{
    margin-top: 140px;
    font-size: 26px;
    color: #fff;
}
.applicationText {
    margin-top: 25px;
    width: 680px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}
.applicationMore{
    margin-top: 50px;
    display: flex;
}
.applicationMoreImg{
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.applicationMoreImg img{
    width: 100%;
}
.iconHover{
    display: none;
}
.industryCheck{
    position: absolute;
    bottom: 120px;
    width: 100%;
}
.industryCheck .w1600{

}
.industryCheckList{
    padding-bottom: 30px;
    flex: 1;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    position: relative;
    transition-property: initial!important;
}
.industryCheckList:hover .industryIcon i, .industryCheckList:hover .industryCheckText{
    opacity: 1;
}
.industryCheckText{
    font-size: 20px;
    opacity: 0.5;
    color: #fff;
    margin-top: 20px;
    transition: all 0.5s;
}
.industryCheckList:hover, .industryCheckList.swiper-slide-thumb-active{
    padding-bottom: 55px;
}
.industryCheckList.swiper-slide-thumb-active .industryCheckText, .industryCheckList.swiper-slide-thumb-active .industryIcon i{
    opacity: 1;
}

.industryCheckList:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    transition: all 0.5s;
    background: #fff;
}
.checkSwiper .swiper-wrapper{
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
.industryCheckList.swiper-slide-thumb-active:after{
    width: 100%;
}
.industryIcon{
    height: 56px;
}
.industryIcon i{
    margin: 0 auto;
    opacity: 0.5;
    transition: all 0.5s;
}
.icon-1{
    width: 48px;
    height: 53px;
}
.icon-2{
    width: 54px;
    height: 54px;
}
.icon-3{
    width: 48px;
    height: 55px;
}
.icon-4{
    width: 54px;
    height: 54px;
}
.icon-5{
    width: 52px;
    height: 56px;
}
.icon-6{
    width: 55px;
    height: 55px;
}
.applicatPage{
    position: absolute;
    top: 140px;
    right: 0;
    width: 100%;
}
.applicatPage .w1600{
    display: flex;
    justify-content: flex-end;
}
.applicatPage .swiper-pagination {
    position: initial;
    display: flex;
    align-items: flex-start;
    width: auto;
    color: #fff;
    font-size: 24px;
    line-height: 0.8;
}
.applicatPage .swiper-pagination-current{
    font-size: 72px;
    margin-right: 20px;
}
.applicatPage .swiper-pagination-total{
    margin-left: 20px;
}
.integrated{
    padding: 220px 0 190px;
    margin-top: 50px;
}
.integratedBox{
    width: 1030px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.integratedTitle{
    font-size: 40px;
    font-weight: 500;
}
.integratedText{
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
    text-align: left;
}
.integratedBox .applicationMore{
    justify-content: center;
    margin-top: 45px;
}
.trainInfo {
    margin-top: 40px;
    display: flex;
}
.trainInfoList{
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
    height: 710px;
    position: relative;
    overflow: hidden;
}
.trainInfoList:first-child{
    margin-left: 0;
}
.trainContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.trainType {
    margin-top: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.trainTitle {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.trainMore {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.trainMore .trainMoreInfo {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    position: relative;
}
.trainMore .trainMoreInfo:hover{
    text-decoration: underline;
}
.trainMoreRight {
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.trainMoreRight img{
    width: 100%;
}
.trainInfoList i{
    transition: all 0.5s;
}
.trainInfoList:hover i{
    transform: scale(1.05);
    transition: all 0.5s;
}
.case{
    background: #fafafa;
    padding: 80px 0 100px;
}
.caseSwiper{
    margin-top: 40px;
    height: 480px;
    min-width: 1200px;
    position: relative;
}
.caseList{
    width: 890px!important;
    position: relative;
}
.caseList i{
    width: 100%;
    height: 100%;
}
.caseList:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.caseList.swiper-slide-active:after{
    opacity: 0;
    z-index: -1;
}
.casePos{
    width: calc(100% - 200px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
}
.caseList.swiper-slide-active .casePos{
    opacity: 1;
}
.casePosTitle{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.caseList.swiper-slide-active .casePosTitle{
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.caseList.swiper-slide-active .casePosText{
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.caseList.swiper-slide-active .caseMoreInfo{
    animation-delay: 1.1s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.casePosText{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}
.caseMoreInfo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 16px;
}
.caseMoreInfo a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.caseMoreInfo a:hover{
    text-decoration: underline;
}
.caseMoreRight{
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.caseMoreRight img{
    width: 100%;
}
.caseSwiper .swiper-pagination{
    bottom: 30px!important;
}
.caseSwiper .swiper-pagination-bullet{
    margin: 0 6px!important;
    width: 22px!important;
    height: 2px!important;
    background: #ccc;
    opacity: 1;
    border-radius: initial;
}
.caseSwiper .swiper-pagination-bullet-active{
    background: #fb3610;
}
.casePage{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.casePage .w1600{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.casePage .swiper-button-next:after, .casePage .swiper-button-prev:after{
    display: none;
}
.casePage .swiper-button-prev{
    position: initial;
    width: 13px;
    height: 27px;
    background: url("https://cdncn.prodrone-tech.com/images/index/caseLeft.png") center no-repeat;
    background-size: cover;
    margin-left: 180px;
}
.casePage .swiper-button-next{
    position: initial;
    width: 13px;
    height: 27px;
    background: url("https://cdncn.prodrone-tech.com/images/index/caseRight.png") center no-repeat;
    background-size: cover;
    margin-right: 180px;
}
.casePage .swiper-button-prev:hover{
    background: url("https://cdncn.prodrone-tech.com/images/index/caseLefts.png") center no-repeat;
    background-size: cover;
}
.casePage .swiper-button-next:hover{
    background: url("https://cdncn.prodrone-tech.com/images/index/caseRights.png") center no-repeat;
    background-size: cover;
}

.service{
    margin-top: 100px;
    display: flex;
    padding-bottom: 100px;
}
.serviceList{
    width: calc((100% - 80px) / 3);
    margin-left: 40px;
    background: #fafafa;
    height: 210px;
    padding: 0 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #666666;
    position: relative;
}
.serviceList:first-child{
    margin-left: 0;
}
.serviceList:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #EF4E22;
    left: 0;
    transition: all 1s;
}
.serviceList:hover:after{
    width: 100%;
}
.serviceText{
    font-size: 26px;
    font-weight: 500;
    color: #333333;
}
.serviceMore{
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
}
.serviceRightImg{
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.serviceRightImg img{
    width: 100%;
}
.serviceMore:hover{
    text-decoration: underline;
}
.serviceListInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.serviceRight i{

}
.service-1{
    background-size: cover;
    width: 70px;
    height: 72px;
}
.service-2{
    background-size: cover;
    width: 68px;
    height: 60px;
}
.service-3{
    background-size: cover;
    width: 68px;
    height: 64px;
}
.serviceHover{
    display: none;
}
.serviceList:hover .serviceDefault{
    display: none;
}
.serviceList:hover .serviceHover{
    display: block;
}
.bannerEye{
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    font-size: 26px;
}</pre></body></html>